Comment that creation_time is GMT internally.
authorrobertl <robertl>
Tue, 21 Oct 2003 21:09:05 +0000 (21:09 +0000)
committerrobertl <robertl>
Tue, 21 Oct 2003 21:09:05 +0000 (21:09 +0000)
defs.h

diff --git a/defs.h b/defs.h
index 781c1aed591152d10f9837db60f03244ee3ff7cc..bed231345170dbc484678c301822b78f71a9621d 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -172,7 +172,7 @@ typedef struct {
        char *url_link_text;
        int icon_descr_is_dynamic;
        const char *icon_descr;
-       time_t creation_time;
+       time_t creation_time;   /* standardized in UTC/GMT */
        int centiseconds;       /* Optional hundredths of a second. */
        geocache_data gc_data;
        xml_tag *gpx_extras;